[INFO] cloning repository https://github.com/hank-der-hafenarbeiter/imperative-rs
[INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/hank-der-hafenarbeiter/imperative-rs" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fhank-der-hafenarbeiter%2Fimperative-rs", kill_on_drop: false }`
[INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fhank-der-hafenarbeiter%2Fimperative-rs'...
[INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }`
[INFO] [stdout] 8e809b597d733fd2764cb572a05377dbf9bbb12a
[INFO] building hank-der-hafenarbeiter/imperative-rs against try#28f95933dc0727396c07b48d0a8cb5211b7fb472 for pr-154065-2
[INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fhank-der-hafenarbeiter%2Fimperative-rs" "/workspace/builds/worker-0-tc2/source", kill_on_drop: false }`
[INFO] [stderr] Cloning into '/workspace/builds/worker-0-tc2/source'...
[INFO] [stderr] done.
[INFO] started tweaking git repo https://github.com/hank-der-hafenarbeiter/imperative-rs
[INFO] finished tweaking git repo https://github.com/hank-der-hafenarbeiter/imperative-rs
[INFO] tweaked toml for git repo https://github.com/hank-der-hafenarbeiter/imperative-rs written to /workspace/builds/worker-0-tc2/source/Cargo.toml
[INFO] validating manifest of git repo https://github.com/hank-der-hafenarbeiter/imperative-rs on toolchain 28f95933dc0727396c07b48d0a8cb5211b7fb472
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+28f95933dc0727396c07b48d0a8cb5211b7fb472" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }`
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+28f95933dc0727396c07b48d0a8cb5211b7fb472" "generate-lockfile" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] [stderr]     Blocking waiting for file lock on package cache
[INFO] [stderr]     Updating crates.io index
[INFO] [stderr]     Blocking waiting for file lock on package cache
[INFO] [stderr]      Locking 84 packages to latest compatible versions
[INFO] [stderr]       Adding criterion v0.3.6 (available: v0.8.2)
[INFO] [stderr]       Adding syn v1.0.109 (available: v2.0.117)
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+28f95933dc0727396c07b48d0a8cb5211b7fb472" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-0-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-0-tc2/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:d429b63d4308055ea97f60fb1d3dfca48854a00942f1bd2ad806beaf015945ec" "/opt/rustwide/cargo-home/bin/cargo" "+28f95933dc0727396c07b48d0a8cb5211b7fb472" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] [stdout] 475539c186a3d29ec367656660d19bfc7085b95e42f45d102f65a0295c96322c
[INFO] running `Command { std: "docker" "start" "-a" "475539c186a3d29ec367656660d19bfc7085b95e42f45d102f65a0295c96322c", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "475539c186a3d29ec367656660d19bfc7085b95e42f45d102f65a0295c96322c", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "475539c186a3d29ec367656660d19bfc7085b95e42f45d102f65a0295c96322c", kill_on_drop: false }`
[INFO] [stdout] 475539c186a3d29ec367656660d19bfc7085b95e42f45d102f65a0295c96322c
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-0-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-0-tc2/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-e" "RUSTDOCFLAGS=--cap-lints=forbid" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:d429b63d4308055ea97f60fb1d3dfca48854a00942f1bd2ad806beaf015945ec" "/opt/rustwide/cargo-home/bin/cargo" "+28f95933dc0727396c07b48d0a8cb5211b7fb472" "build" "--frozen" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] 9a71c5ea29b7506001008af4fa0998e0e1e3593c22bf2976547ce6615bcaaabb
[INFO] running `Command { std: "docker" "start" "-a" "9a71c5ea29b7506001008af4fa0998e0e1e3593c22bf2976547ce6615bcaaabb", kill_on_drop: false }`
[INFO] [stderr]    Compiling proc-macro2 v1.0.106
[INFO] [stderr]    Compiling unicode-ident v1.0.24
[INFO] [stderr]    Compiling quote v1.0.45
[INFO] [stderr]    Compiling serde_core v1.0.228
[INFO] [stderr]    Compiling crossbeam-utils v0.8.21
[INFO] [stderr]    Compiling syn v1.0.109
[INFO] [stderr]    Compiling serde v1.0.228
[INFO] [stderr]    Compiling memchr v2.8.2
[INFO] [stderr]    Compiling zmij v1.0.21
[INFO] [stderr]    Compiling autocfg v1.5.1
[INFO] [stderr]    Compiling lazy_static v1.5.0
[INFO] [stderr]    Compiling itoa v1.0.18
[INFO] [stderr]    Compiling rayon-core v1.13.0
[INFO] [stderr]    Compiling libc v0.2.186
[INFO] [stderr]    Compiling serde_json v1.0.150
[INFO] [stderr]    Compiling either v1.16.0
[INFO] [stderr]    Compiling num-traits v0.2.19
[INFO] [stderr]    Compiling unicode-width v0.1.14
[INFO] [stderr]    Compiling regex-syntax v0.8.11
[INFO] [stderr]    Compiling plotters-backend v0.3.7
[INFO] [stderr]    Compiling crossbeam-epoch v0.9.18
[INFO] [stderr]    Compiling textwrap v0.11.0
[INFO] [stderr]    Compiling plotters-svg v0.3.7
[INFO] [stderr]    Compiling crossbeam-deque v0.8.6
[INFO] [stderr]    Compiling itertools v0.10.5
[INFO] [stderr]    Compiling csv-core v0.1.13
[INFO] [stderr]    Compiling syn v2.0.117
[INFO] [stderr]    Compiling half v1.8.3
[INFO] [stderr]    Compiling regex-automata v0.4.14
[INFO] [stderr]    Compiling ryu v1.0.23
[INFO] [stderr]    Compiling same-file v1.0.6
[INFO] [stderr]    Compiling bitflags v1.3.2
[INFO] [stderr]    Compiling cast v0.3.0
[INFO] [stderr]    Compiling clap v2.34.0
[INFO] [stderr]    Compiling walkdir v2.5.0
[INFO] [stderr]    Compiling criterion-plot v0.4.5
[INFO] [stderr]    Compiling rayon v1.12.0
[INFO] [stderr]    Compiling atty v0.2.14
[INFO] [stderr]    Compiling plotters v0.3.7
[INFO] [stderr]    Compiling serde_cbor v0.11.2
[INFO] [stderr]    Compiling tinytemplate v1.2.1
[INFO] [stderr]    Compiling regex v1.12.4
[INFO] [stderr]    Compiling csv v1.4.0
[INFO] [stderr]    Compiling oorandom v11.1.5
[INFO] [stderr]    Compiling imperative-rs-derive v0.3.1
[INFO] [stderr]    Compiling imperative-rs-derive v0.3.1 (/opt/rustwide/workdir/imperative-derive)
[INFO] [stdout] warning: panic message is not a string literal
[INFO] [stdout]   --> imperative-derive/src/instruction.rs:85:16
[INFO] [stdout]    |
[INFO] [stdout] 85 |           panic!(format!(
[INFO] [stdout]    |  ________________^
[INFO] [stdout] 86 | |             "Unexpected type {:?} when getting memory size.",
[INFO] [stdout] 87 | |             ty
[INFO] [stdout] 88 | |         ));
[INFO] [stdout]    | |_________^
[INFO] [stdout]    |
[INFO] [stdout]    = note: this usage of `panic!()` is deprecated; it will be a hard error in Rust 2021
[INFO] [stdout]    = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2021/panic-macro-consistency.html>
[INFO] [stdout]    = note: the `panic!()` macro supports formatting, so there's no need for the `format!()` macro here
[INFO] [stdout]    = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2021/panic-macro-consistency.html>
[INFO] [stdout]    = note: `#[warn(non_fmt_panics)]` (part of `#[warn(rust_2021_compatibility)]`) on by default
[INFO] [stdout] help: remove the `format!(..)` macro call
[INFO] [stdout]    |
[INFO] [stdout] 85 ~         panic!(
[INFO] [stdout] 86 |             "Unexpected type {:?} when getting memory size.",
[INFO] [stdout] 87 |             ty
[INFO] [stdout] 88 ~         );
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]    Compiling serde_derive v1.0.228
[INFO] [stderr]    Compiling imperative-rs v0.3.1
[INFO] [stderr]    Compiling imperative-rs v0.3.1 (/opt/rustwide/workdir/imperative)
[INFO] [stderr]    Compiling criterion v0.3.6
[INFO] [stderr]    Compiling imperative-bench v0.1.0 (/opt/rustwide/workdir/imperative-bench)
[INFO] [stderr]     Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 01s
[INFO] running `Command { std: "docker" "inspect" "9a71c5ea29b7506001008af4fa0998e0e1e3593c22bf2976547ce6615bcaaabb", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "9a71c5ea29b7506001008af4fa0998e0e1e3593c22bf2976547ce6615bcaaabb", kill_on_drop: false }`
[INFO] [stdout] 9a71c5ea29b7506001008af4fa0998e0e1e3593c22bf2976547ce6615bcaaabb
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-0-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-0-tc2/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-e" "RUSTDOCFLAGS=--cap-lints=forbid" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:d429b63d4308055ea97f60fb1d3dfca48854a00942f1bd2ad806beaf015945ec" "/opt/rustwide/cargo-home/bin/cargo" "+28f95933dc0727396c07b48d0a8cb5211b7fb472" "test" "--frozen" "--no-run" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] 73f32281739084a7730d5417d3d44dfab3f39ebd5fa9a3dd132c59bab7499737
[INFO] running `Command { std: "docker" "start" "-a" "73f32281739084a7730d5417d3d44dfab3f39ebd5fa9a3dd132c59bab7499737", kill_on_drop: false }`
[INFO] [stderr]    Compiling imperative-rs-derive v0.3.1 (/opt/rustwide/workdir/imperative-derive)
[INFO] [stderr]    Compiling target-triple v1.0.0
[INFO] [stderr]    Compiling winnow v1.0.3
[INFO] [stderr]    Compiling serde_spanned v1.1.1
[INFO] [stderr]    Compiling toml_datetime v1.1.1+spec-1.1.0
[INFO] [stderr]    Compiling toml_writer v1.1.1+spec-1.1.0
[INFO] [stderr]    Compiling glob v0.3.3
[INFO] [stderr]    Compiling termcolor v1.4.1
[INFO] [stderr]    Compiling imperative-bench v0.1.0 (/opt/rustwide/workdir/imperative-bench)
[INFO] [stdout] warning: panic message is not a string literal
[INFO] [stdout]   --> imperative-derive/src/instruction.rs:85:16
[INFO] [stdout]    |
[INFO] [stdout] 85 |           panic!(format!(
[INFO] [stdout]    |  ________________^
[INFO] [stdout] 86 | |             "Unexpected type {:?} when getting memory size.",
[INFO] [stdout] 87 | |             ty
[INFO] [stdout] 88 | |         ));
[INFO] [stdout]    | |_________^
[INFO] [stdout]    |
[INFO] [stdout]    = note: this usage of `panic!()` is deprecated; it will be a hard error in Rust 2021
[INFO] [stdout]    = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2021/panic-macro-consistency.html>
[INFO] [stdout]    = note: the `panic!()` macro supports formatting, so there's no need for the `format!()` macro here
[INFO] [stdout]    = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2021/panic-macro-consistency.html>
[INFO] [stdout]    = note: `#[warn(non_fmt_panics)]` (part of `#[warn(rust_2021_compatibility)]`) on by default
[INFO] [stdout] help: remove the `format!(..)` macro call
[INFO] [stdout]    |
[INFO] [stdout] 85 ~         panic!(
[INFO] [stdout] 86 |             "Unexpected type {:?} when getting memory size.",
[INFO] [stdout] 87 |             ty
[INFO] [stdout] 88 ~         );
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]    Compiling toml_parser v1.1.2+spec-1.1.0
[INFO] [stdout] warning: panic message is not a string literal
[INFO] [stdout]   --> imperative-derive/src/instruction.rs:85:16
[INFO] [stdout]    |
[INFO] [stdout] 85 |           panic!(format!(
[INFO] [stdout]    |  ________________^
[INFO] [stdout] 86 | |             "Unexpected type {:?} when getting memory size.",
[INFO] [stdout] 87 | |             ty
[INFO] [stdout] 88 | |         ));
[INFO] [stdout]    | |_________^
[INFO] [stdout]    |
[INFO] [stdout]    = note: this usage of `panic!()` is deprecated; it will be a hard error in Rust 2021
[INFO] [stdout]    = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2021/panic-macro-consistency.html>
[INFO] [stdout]    = note: the `panic!()` macro supports formatting, so there's no need for the `format!()` macro here
[INFO] [stdout]    = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2021/panic-macro-consistency.html>
[INFO] [stdout]    = note: `#[warn(non_fmt_panics)]` (part of `#[warn(rust_2021_compatibility)]`) on by default
[INFO] [stdout] help: remove the `format!(..)` macro call
[INFO] [stdout]    |
[INFO] [stdout] 85 ~         panic!(
[INFO] [stdout] 86 |             "Unexpected type {:?} when getting memory size.",
[INFO] [stdout] 87 |             ty
[INFO] [stdout] 88 ~         );
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]    Compiling imperative-rs v0.3.1 (/opt/rustwide/workdir/imperative)
[INFO] [stderr]    Compiling toml v1.1.2+spec-1.1.0
[INFO] [stderr]    Compiling trybuild v1.0.116
[INFO] [stderr]    Compiling imperative-tests v0.1.1 (/opt/rustwide/workdir/imperative-tests)
[INFO] [stderr]     Finished `test` profile [unoptimized + debuginfo] target(s) in 11.65s
[INFO] running `Command { std: "docker" "inspect" "73f32281739084a7730d5417d3d44dfab3f39ebd5fa9a3dd132c59bab7499737", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "73f32281739084a7730d5417d3d44dfab3f39ebd5fa9a3dd132c59bab7499737", kill_on_drop: false }`
[INFO] [stdout] 73f32281739084a7730d5417d3d44dfab3f39ebd5fa9a3dd132c59bab7499737
